03. Classic vs Modern Approach
Classic vs. Modern Approach to Perception in Robotics
Modern perception algorithms are extremely powerful and, in many cases, can outperform our own human capabilities when it comes to understanding the surrounding environment or classifying objects in a scene. However, many of the most powerful methods also require a powerful computer to run in real time.
In robotics, we face real world limitations when it comes to things like power consumption, weight, volume and other physical parameters of the system. These limitations imply that onboard computational power is also limited by the physical constraints of any given robotics platform.
These days, powerful computers are getting smaller, lighter and more efficient in terms of power consumption, which means the onboard computing capabilities of robots is getting better all the time. Still there are limitations, which mean that tradeoffs need to be made when it comes to choosing which perception algorithms to run on your robotics platform.
Methods Used in This Program
In the first project for this program, you applied some traditional computer vision techniques like color thresholding and perspective transforms. In the lessons that follow we'll be moving into three dimensions and exploring some 3D perception techniques that could also be considered "classical" or traditional techniques like RANSAC model fitting.
After that, we'll explore machine learning techniques known as "clustering" to provide you with even more powerful tools for perception and object segmentation. In the project at the end of these perception lessons, you'll apply a combination of traditional and modern techniques to the task of locating an object in a cluttered 3D environment.